Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 4 - Advanced Printing Features / Advanced Printing Features Reference
Constants and Data Types for Synonyms


QuickDraw Picture Synonym

The gxQuickDrawPictTag tag object contains a gxQuickDrawPict structure:

struct gxQuickDrawPict {
   gxTranslationOptions             options;
   Rect                             srcRect;
   Point                            styleStretch;
   unsigned long                    dataLength;
   struct gxBitmapDataSourceAlias   alias;
};
Field Description
options
The translation options to be used by the QuickDraw GX Translator when converting the QuickDraw data.
srcRect
The source rectangle for the translation, in QuickDraw coordinates. It controls scaling of the image. This rectangle is the QuickDraw picture frame that bounds the QuickDraw data.
styleStretch
The scale factor (both horizontal and vertical) to apply to certain items, such as dashes, in QuickDraw picture comments.
dataLength
The length of the QuickDraw picture data, in bytes.
alias
A structure that defines the location of the file containing the QuickDraw data, and the offset within the file to that data.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help